![]() |
Switch Flags |
Header: Displays.h |
enum { kNoSwitchConfirmBit = 0, kDepthNotAvailableBit = 1, kShowModeBit = 3, kModeNotResizeBit = 4, kNeverShowModeBit = 5 };
If the Display Manager sets this bit the display mode is required to function correctly. Your application does not need to provide confirmation if the user switches to this mode.
If the Display Manager sets this bit the pixel depth of the specified device is not available for the specified display mode.
If the Display Manager sets this bit your application should display this mode to the user, even though it may require confirmation.
If the Display Manager sets this bit you should not use this mode to resize a display; this mode drives a different connector in cards than in a built-in display.
If the Display Manager sets this bit you should not show the mode in the user interface.
In its switchFlags parameter, the function
© 2000 Apple Computer, Inc. — (Last Updated 3/8/2000)